arduino and MIDI-out problems Posted on February 12, 2013

As expected, my arduino arrived. I tried to send simple MIDI-signals via MIDI-out to my audio interface. I just followed this tutorial, but do not get any signal to my interface. I don't know why, but maybe the resistor is broken or something, so I am waiting for another order and will try to get this fixed. Updates here as soon as possible. MIDI-in is working and I also checked the MIDI ports on my audio interface, all work fine. In my little circuit, a button and a rotary encoder are working as expected.

my Arduino

I used the softwareserial for MIDI-out, because then I can use the serial for debug-printing. First I tried MIDI-out via serial, same problems here. Here my little test-sketch on github. But as mentioned, MIDI-out not working :(.